Move Context::get_package to returning a Result
authorAlex Crichton <alex@alexcrichton.com>
Mon, 22 Feb 2016 04:58:08 +0000 (20:58 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 22 Feb 2016 04:58:08 +0000 (20:58 -0800)
commit078b6707f793534a1e37960b6b383e5876dfb27c
tree163f61cc9d4d6e1c58934e79a2727805b9b17a1f
parentb56b61c56e709272863ffb1c86eda77479760d88
Move Context::get_package to returning a Result

The propagate all the `try!`-s needed upwards
src/cargo/ops/cargo_rustc/context.rs
src/cargo/ops/cargo_rustc/custom_build.rs
src/cargo/ops/cargo_rustc/fingerprint.rs
src/cargo/ops/cargo_rustc/job_queue.rs
src/cargo/ops/cargo_rustc/mod.rs